home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / gwa281v1.zip / lib / user / xtra-gcu.prf < prev   
Text File  |  1997-03-03  |  528b  |  35 lines

  1. # File: xtra-gcu.prf
  2.  
  3. # Rename this file to "pref-gcu.prf" to allow the VT100 cursor keys
  4. # to be recognized by Angband.  This will also make the "escape" key
  5. # take a few seconds to recognize, so you may want to use the "`" key
  6. # instead, or make a macro from escape+escape to escape.
  7.  
  8. ### VT100 Keypad ###
  9.  
  10. # Special keypad keys (delete, insert)
  11. A:.
  12. P:\e[3~
  13. A:0
  14. P:\e[2~
  15.  
  16. # Numerical keypad keys (map to appropriate number)
  17. A:1
  18. P:\e[4~
  19. A:2
  20. P:\e[B
  21. A:3
  22. P:\e[6~
  23. A:4
  24. P:\e[D
  25. A:5
  26. P:\e[G
  27. A:6
  28. P:\e[C
  29. A:7
  30. P:\e[1~
  31. A:8
  32. P:\e[A
  33. A:9
  34. P:\e[5~
  35.